dialog: Expose the content area as a separate GtkBox child
authorTimm Bäder <mail@baedert.org>
Wed, 26 Dec 2018 08:00:08 +0000 (09:00 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 24 Jan 2019 00:30:46 +0000 (19:30 -0500)
commit494e9d750a68b8de25853d7ad908bf83d359a077
tree2f9950a0a700d1fe60e57fba18720c53b8c549ec
parent3a13515777dc098610185e07ad0153622b7c3d02
dialog: Expose the content area as a separate GtkBox child

This way, the "vbox" internal child does not contain anything by
default. It previously did contain "internal" widgetry like the action
area.
12 files changed:
demos/widget-factory/widget-factory.ui
gtk/gtkdialog.c
gtk/ui/gtkaboutdialog.ui
gtk/ui/gtkappchooserdialog.ui
gtk/ui/gtkcolorchooserdialog.ui
gtk/ui/gtkdialog.ui
gtk/ui/gtkfilechooserdialog.ui
gtk/ui/gtkfontchooserdialog.ui
gtk/ui/gtkmessagedialog.ui
gtk/ui/gtkpagesetupunixdialog.ui
gtk/ui/gtkprintunixdialog.ui
testsuite/gtk/builder.c